Ajax (programming)

Ajax (pronounced /ˈeɪˌdʒæks/) (shorthand for Asynchronous JavaScript and XML[1]) is a group of interrelated web development techniques used on the client-side to create interactive web applications. With Ajax, web applications can retrieve data from the server asynchronously in the background without interfering with the display and behavior of the existing page. The use of Ajax techniques has led to an increase in interactive or dynamic interfaces on web pages. Data is usually retrieved using the XMLHttpRequest object. Despite the name, the use of XML is not actually required, nor do the requests need to be asynchronous.[2]

Like DHTML and LAMP, Ajax is not a technology in itself, but a group of technologies. Ajax uses a combination of HTML and CSS to mark up and style information. The DOM is accessed with JavaScript to dynamically display, and to allow the user to interact with the information presented. JavaScript and the XMLHttpRequest object provide a method for exchanging data asynchronously between browser and server to avoid full page reloads.

Contents

History

In the 1990s, most web sites were based on complete HTML pages; each user action required that the page be re-loaded from the server (or a new page loaded). This process is not efficient, as reflected by the user experience (all page content disappears then reappears, etc.). Each time a page is reloaded due to a partial change, all of the content must be re-sent instead of just the changed information. This can place additional load on the server and use excessive bandwidth.

Asynchronous loading of content first became practical when Java applets were introduced in the first version of the Java language in 1995. These allow compiled client-side code to load data asynchronously from the web server after a web page is loaded.[3] In 1996, Internet Explorer introduced the IFrame element to HTML, which also enabled asynchronous loading.[4] In 1999, Microsoft created the XMLHTTP ActiveX control in Internet Explorer 5, which was later adopted by Mozilla, Safari, Opera and other browsers as the native XMLHttpRequest object.[4][5] Microsoft has adopted the native XMLHttpRequest model as of Internet Explorer 7, though the ActiveX version is still supported. The utility of background HTTP requests to the server and asynchronous web technologies remained fairly obscure until it started appearing in full scale online applications such as Outlook Web Access,(2000)[6] Oddpost (2002), and later, notably Google made a wide deployment of Ajax with Gmail (2004) and Google Maps (2005).[7]

The term "Ajax" was coined in 2005 by Jesse James Garrett.[1] However, a patent application covering this type of user interface was filed on September 3, 2003, thus predating the term itself by two years. This application resulted in US Patent #7,523,401 being issued to Greg Aldridge of Kokomo, IN.[8]

On April 5, 2006 the World Wide Web Consortium (W3C) released the first draft specification for the object in an attempt to create an official web standard.[7]

Technologies

The term Ajax has come to represent a broad group of web technologies that can be used to implement a web application that communicates with a server in the background, without interfering with the current state of the page. In the article that coined the term Ajax,[1] Jesse James Garrett explained that the following technologies are required:

Since then, however, there have been a number of developments in the technologies used in an Ajax application, and the definition of the term Ajax. In particular, it has been noted that:

Classic Ajax involves writing ad hoc JavaScript on the client. A simpler if cruder alternative is to use standard JavaScript libraries that can partially update a page, such as ASP.Net's UpdatePanel. Tools such as Echo2 and ZK enable fine grained control of a page from the server, using only standard JavaScript libraries.

Introducing XMLHttpRequest and pseudomultithreading, it is possible to swap the role of client and server (web browser may start behaving as a server and web server may start behaving as a client) in Client-Server model.

Drawbacks

See also

References

  1. 1.0 1.1 1.2 Jesse James Garrett (2005-02-18). "Ajax: A New Approach to Web Applications". AdaptivePath.com. http://www.adaptivepath.com/ideas/essays/archives/000385.php. Retrieved 2008-06-19. 
  2. 2.0 2.1 Ullman, Chris (March 2007). Beginning Ajax. wrox. ISBN 978-0-470-10675-4. http://www.wrox.com/WileyCDA/Section/id-303217.html. Retrieved 2008-06-24. 
  3. "Code Samples and Apps: Applets". Sun Microsystems, Inc.. http://java.sun.com/applets/. Retrieved 2009-01-02. 
  4. 4.0 4.1 Hinchcliffe, Dion (June 2006). Real-World Ajax: Secrets of the Masters. SYS-CON Media. ISBN 9780977762200. http://ajaxdevelopersjournal.com/read/338113.htm. 
  5. "Dynamic HTML and XML: The XMLHttpRequest Object". Apple Inc. http://developer.apple.com/internet/webcontent/xmlhttpreq.html. Retrieved 2008-06-25. 
  6. Hopmann, Alex. "Story of XMLHTTP". Alex Hopmann’s Blog. http://www.alexhopmann.com/story-of-xmlhttp/. Retrieved 17 May 2010. 
  7. 7.0 7.1 7.2 "A Brief History of Ajax". Aaron Swartz. 2005-12-22. http://www.aaronsw.com/weblog/ajaxhistory. Retrieved 2009-08-04. 
  8. Gregory E. Aldridge (2003-03-09). "System and method for providing a browser-based user interface". United States Patent and Trademark Office. http://www.uspto.gov/web/patents/patog/week16/OG/html/1341-3/US07523401-20090421.html. Retrieved 2010-03-28. 
  9. But use of VBScript assumes the target browser supports it.
  10. "JSON - JavaScript Object Notation". Apache.org. http://tapestry.apache.org/tapestry4.1/ajax/json.html. Retrieved 2008-07-04. 
  11. "Speed Up Your Ajax-based Apps with JSON". DevX.com. http://www.devx.com/webdev/Article/32651. Retrieved 2008-07-04. 
  12. 12.0 12.1 "Why use Ajax?". InterAKT. 2005-11-10. http://www.interaktonline.com/support/articles/Details/Ajax:+Asynchronously+Moving+Forward-Why+use+Ajax%3F.html?id_art=36&id_asc=309. Retrieved 2008-06-26. 
  13. 13.0 13.1 "Deep Linking for AJAX". http://blog.onthewings.net/2009/04/08/deep-linking-for-ajax/. 
  14. Prokoph, Andreas (2007-05-08). "Help Web crawlers efficiently crawl your portal sites and Web sites". IBM. http://www.ibm.com/developerworks/library/x-sitemaps/index.html. Retrieved 2009-04-22. 
  15. Edwards, James (2006-05-05). "Ajax and Screenreaders: When Can it Work?". sitepoint.com. http://www.sitepoint.com/article/ajax-screenreaders-work. Retrieved 2008-06-27. 
  16. Quinsey, Peter. "User-Proofing Ajax". http://www.alistapart.com/articles/userproofingajax. 
  17. "Access Control for Cross-Site Requests". World Wide Web Consortium. http://dev.w3.org/2006/waf/access-control/. Retrieved 2008-06-27. 
  18. "Secure Cross-Domain Communication in the Browser". The Architecture Journal (MSDN). http://msdn.microsoft.com/en-us/library/bb735305.aspx. Retrieved 2010-04-27. 
  19. Sullivan, Bryan. "Testing for security in the age of Ajax Programming". developerFusion. http://www.developerfusion.com/article/6197/testing-for-security-in-the-age-of-ajax-programming/. Retrieved 2008-10-15. 
  20. Stamos, Alex; Lackey, Zane. "Attacking Ajax Web Applications". iSEC Partners. http://www.isecpartners.com/files/iSEC-Attacking_AJAX_Applications.BH2006.pdf. Retrieved 2009-04-02. 

External links